home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / dem2_3ds / dem23ds.doc next >
Text File  |  1994-09-19  |  2KB  |  52 lines

  1.                      *** DEM to 3DS file converter ***
  2.                      by Stephane Vilette  (09-19-1994)
  3.  
  4.   Often I've seen people complaining about the fact that they had to use
  5. DXF export/import to use VistaPro's DEM files in 3D Studio because it
  6. takes a lot of time to export big DEM.
  7.   So I did it : a DEM to 3DS converter. It can export DEM files in less
  8. than 2 seconds.
  9.   
  10.   As this is still a Beta version, it still has some limitations :
  11.     * In VistaPro, you must save DEM file using the "Save DEM Session"
  12.       If you just use "Save DEM", some informations will miss in the DEM
  13.       file such as Light position, Camera Position and Color Maps.
  14.     * The DEM must have a size of 258x258 (if you have a 30 meters/pixel,
  15.       it is 7680mx7680m). If the Landscape is smaller or larger, the
  16.       program might hang or do strange things. This will be fixed in a
  17.       next release.
  18.     * The DEM file must be saved with a Polygon Size of 1. If you use
  19.       another size, you will probably get strange results.
  20.     * Color Maps can not be exported. This will be added in a next release.
  21.     * This converter was tested with VistaPro 3.05 for DOS and 3D Studio R3.
  22.       I can not garantee that it will work with other releases.
  23.  
  24. Here is the syntaxe you must use :
  25.    
  26.    DEM23DS -iDEMFile[.DEM] [-o3DSFile[.3DS]]
  27.  
  28. You must always specifie the input file name. the .DEM extension is
  29. optional. If you don't specifie an output file name, DEM23DS will use
  30. the input file name with .3DS extension.
  31. If the output file name already exists, the file will be overwritten.
  32. This will also be fixed in a next release.
  33.  
  34. If you have problems or suggestion about this converter, you can contact
  35. me on Compuserve of by E-Mail :
  36. Stephane Vilette
  37. E-Mail : stephane.vilette@top50.fdn.org
  38. Compuserve : 100332,3073
  39.  
  40. Thanks :
  41. I'd like to thank John Hinkley who made a great job releasing VistaPro and
  42. who gave me many help about the DEM file format and for is improvement
  43. suggestions.
  44.  
  45. Release note:
  46. This converter is totaly Freeware. You can use it and distribute it as
  47. you like. But if you enjoyed it and found it usefull, leave me a mail
  48. so that I'll know if it's worth making improvements.
  49.  
  50.                         Stéphane.
  51.  
  52.